home *** CD-ROM | disk | FTP | other *** search
- -- card: 114689 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 4507
- -- name:
-
-
- -- part contents for background part 2
- ----- text -----
- ParamCount
-
- -- part contents for background part 1
- ----- text -----
- the paramCount
-
- The total number of parameters in the current message. (Zero means just a command by itself.)
-
- if the paramCount = 0 then
- put "where's the argument?"
- end if
-
- put 9999 into temp
- repeat with x = 1 to the paramCount
- if the param(x) < temp then put param(x) into temp
- next repeat
-
- -- part contents for background part 43
- ----- text -----
- 337,169